home *** CD-ROM | disk | FTP | other *** search
/ The Big Day - Work Smarter - Learn How / The Big Day - Work Smarter - Learn How (Microsoft).BIN / Win2000 / W2K.JS < prev    next >
Text File  |  2000-02-15  |  1KB  |  27 lines

  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  3. </head>
  4. <PRE>var ToolBar_Supported = ToolBar_Supported ;
  5. if (ToolBar_Supported != null && ToolBar_Supported == true)
  6. {
  7.     //To Turn on/off Frame support, set Frame_Supported = true/false.
  8.     Frame_Supported = false;</PRE>
  9. <PRE>    // Customize default ICP menu color - bgColor, fontColor, mouseoverColor
  10.     setDefaultICPMenuColor("#3366CC", "#FFFFFF", "#FFCC00");</PRE>
  11. <PRE>    // Customize toolbar background color
  12.     setToolbarBGColor("white");</PRE>
  13. <PRE>    // display ICP Banner
  14.     setICPBanner("images/office_logo.gif","default.htm","Microsoft(R) Office") ;
  15.     </PRE>
  16. <PRE>        //***** Add ICP menus *****
  17.     //Home
  18.     addICPMenu("HomeMenu","Windows 2000 Home","","default.htm");</PRE>
  19. <PRE>    
  20.     //FAQ
  21.     addICPMenu("FAQMenu","FAQ","","faq.htm");
  22.     
  23. </PRE>
  24. <PRE>    //Site Index
  25.     addICPMenu("SiteIndexMenu","Index","","index.htm");    
  26. }</PRE>
  27.